From ad00746d717c5ce650dbfa68d0d9c8cdd8cf1a6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 1 May 2006 10:28:35 +0000 Subject: [PATCH] * Better example date in preferences --- includes/SpecialPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 057d84a5a4..8b972b01a6 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -781,7 +781,7 @@ class PreferencesForm { if ($dateopts) { $wgOut->addHTML( "
\n" . wfMsg( 'dateformat' ) . "\n" ); $idCnt = 0; - $epoch = '20010115161234'; + $epoch = '20010408091234'; foreach($dateopts as $key => $option) { if( $key == MW_DATE_DEFAULT ) { $formatted = wfMsgHtml( 'datedefault' ); -- 2.20.1